SciChart.Data Assembly > SciChart.Data.Numerics.PointResamplers Namespace > PointResamplerBase<TX,TY> Class > Execute Method : Execute(IList<TX>,IList<TY>,ResamplingParams,ResamplingMode,IPointSeries) Method
The input X-Value series
The input Y-Value series
The resampling parameters
The resampling mode
The SciChart.Data.Model.IPointSeries instance to update
Execute(IList<TX>,IList<TY>,ResamplingParams,ResamplingMode,IPointSeries) Method
Transforms the input X and Y series into an SciChart.Data.Model.IPointSeries, a resampled, reduced dataset for rendering on screen
Syntax

Parameters

xColumn
The input X-Value series
yColumn
The input Y-Value series
resamplingParams
The resampling parameters
resamplingMode
The resampling mode
pointSeries
The SciChart.Data.Model.IPointSeries instance to update
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also